SetEventListenerBreakpointRequest

data class SetEventListenerBreakpointRequest(eventName: String, targetName: String?)

Represents request frame that can be used with DOMDebugger#setEventListenerBreakpoint operation call.

Sets breakpoint on particular DOM event.

See also

Constructors

SetEventListenerBreakpointRequest
Link copied to clipboard
fun SetEventListenerBreakpointRequest(eventName: String, targetName: String? = null)

Properties

eventName
Link copied to clipboard
val eventName: String
DOM Event name to stop on (any DOM event will do).
targetName
Link copied to clipboard
val targetName: String? = null
EventTarget interface name to stop on.

Sources

jvm source
Link copied to clipboard